DataCollection
GetPageAsync メソッド

C1.DataCollection.SignalR.Server アセンブリ > C1.DataCollection.SignalR.Server 名前空間 > C1DataCollectionHub<T> クラス : GetPageAsync メソッド
The token that determines whether the calling collection is syncrhonized.
The starting index in the collection.
The desired number of items to be returned.
The sorting descriptions.
The filter expression.
Gets a page of data as specified in the parameters.
シンタックス
'宣言
 
Public Function GetPageAsync( _
   ByVal eTag As System.Guid, _
   ByVal startingIndex As System.Integer, _
   ByVal count As System.Integer, _
   Optional ByVal sortDescriptions As System.Collections.Generic.IReadOnlyList(Of SortDescription), _
   Optional ByVal filterExpression As FilterExpression _
) As System.Threading.Tasks.Task(Of PageResult(Of T))
public System.Threading.Tasks.Task<PageResult<T>> GetPageAsync( 
   System.Guid eTag,
   System.int startingIndex,
   System.int count,
   System.Collections.Generic.IReadOnlyList<SortDescription> sortDescriptions,
   FilterExpression filterExpression
)

パラメータ

eTag
The token that determines whether the calling collection is syncrhonized.
startingIndex
The starting index in the collection.
count
The desired number of items to be returned.
sortDescriptions
The sorting descriptions.
filterExpression
The filter expression.
参照

C1DataCollectionHub<T> クラス
C1DataCollectionHub<T> メンバ